home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / v cisle / qip / qipinfium9000.exe / infium.exe / 0 / RCDATA / TFRMSEL / TFRMSEL.txt
Text File  |  2007-12-27  |  2KB  |  80 lines

  1. object frmSel: TfrmSel
  2.   Left = 544
  3.   Top = 357
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 171
  7.   ClientWidth = 428
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnMouseWheel = FormMouseWheel
  20.   DesignSize = (
  21.     428
  22.     171)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object LabelAccPass: TInfuLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 239
  29.     Height = 13
  30.     Caption = '_Please, enter account name or password:'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'Tahoma'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object PanelCont: TInfuPanel
  39.     Left = 8
  40.     Top = 32
  41.     Width = 410
  42.     Height = 94
  43.     Anchors = [akLeft, akTop, akRight, akBottom]
  44.     BevelOuter = bvNone
  45.     BorderStyle = bsSingle
  46.     TabOrder = 0
  47.   end
  48.   object BitBtnCancel: TInfuBitBtn
  49.     Left = 328
  50.     Top = 137
  51.     Width = 91
  52.     Height = 25
  53.     Anchors = [akRight, akBottom]
  54.     Caption = '_Cancel'
  55.     TabOrder = 2
  56.     OnClick = BitBtnCancelClick
  57.   end
  58.   object BitBtnOK: TInfuBitBtn
  59.     Left = 229
  60.     Top = 137
  61.     Width = 91
  62.     Height = 25
  63.     Anchors = [akRight, akBottom]
  64.     Caption = '_OK'
  65.     Default = True
  66.     TabOrder = 1
  67.     OnClick = BitBtnOKClick
  68.   end
  69.   object BitBtnCon: TInfuBitBtn
  70.     Left = 8
  71.     Top = 137
  72.     Width = 169
  73.     Height = 25
  74.     Anchors = [akRight, akBottom]
  75.     Caption = '_Connection settings'
  76.     TabOrder = 3
  77.     OnClick = BitBtnConClick
  78.   end
  79. end
  80.